home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / UPC12BS1.ZIP / UUCICO / CHECKTIM.H < prev    next >
Text File  |  1992-11-12  |  508b  |  11 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    c h e c k t i m . h                                             */
  3. /*                                                                    */
  4. /*    Function prototypes for time of day validation routines for     */
  5. /*    UUPC/extended                                                   */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. #define ALL_GRADES 'z'
  9.  
  10. char checktime(const char *xtime);
  11.